next up previous contents index
Next: set_pm_interrupt Up: Functions and Procedures Previous: seg_fillword

seg_move

   

Declaration:

Procedure seg_move (sseg : word;source : longint;dseg : word;dest : longint;count : longint) ;

Description:

This procedure copies data when the source and destination are specified by 48 bit pointers. For example, this function is used by the DPMI version of dosmemget and dosmemput.

Errors:

The procedure checks only for overlapping if source selector equals the destination selector. Be also careful using this function in non-DPMI mode.

See also:

SegFillWord,SegFillChar



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998